


/* Id atribute */

#mypfp {
    width: 100px;
    height: 100px;
}

/* Class atribute */

.item-6 {
    grid-area: 2 / 1 / 7 / 7;
}

.badges {
    display: grid;
    width: 832px;
    grid-template-rows: repeat(6, 31px);
    grid-template-columns: repeat(9, 88px);
    grid-gap: 10px 5px;
    text-align: center;
    margin: auto;
}
